home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / we32k.h < prev   
C/C++ Source or Header  |  1993-09-27  |  673b  |  29 lines

  1. #include <ansidecl.h>
  2. #include <unistd.h>
  3. #include <fcntl.h>
  4. #include <errno.h>
  5. #include <stdio.h>
  6. #include <sys/types.h>
  7. #include <sys/stat.h>
  8. #include <time.h>
  9. #include <ctype.h>
  10. #include <string.h>
  11. #include <sys/file.h>
  12. #ifndef    O_ACCMODE
  13. #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  14. #endif
  15.  
  16. #ifndef    DONTDECLARE_MALLOC
  17. extern PTR    malloc    PARAMS ((unsigned));
  18. extern PTR    realloc    PARAMS ((PTR, unsigned));
  19. #endif
  20. extern int    abort    PARAMS ((void));
  21. extern int    free    PARAMS ((PTR));
  22. extern void    bcopy    PARAMS ((char*, char*, int));
  23. extern void    exit    PARAMS ((int));
  24. extern void    bzero    PARAMS ((char *, int));
  25. extern int strtol();
  26. #define NO_STDARG 1
  27.  
  28. #include "fopen-same.h"
  29.